summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteven Moreland <smoreland@google.com>2019-06-19 05:24:45 +0200
committerandroid-build-merger <android-build-merger@google.com>2019-06-19 05:24:45 +0200
commit2cb8782091ca3a390342ae169aebc43d7651a63a (patch)
tree4a167200e80b3b45c5ace88f8145e59bd1156671
parentMerge "InstallPackage now takes a package as parameter" am: 87e2275970 am: a927a16841 am: f7498516ca (diff)
parentlibprocessgroup users use libcutils am: 46ec20b692 (diff)
downloadandroid_bootable_recovery-2cb8782091ca3a390342ae169aebc43d7651a63a.tar
android_bootable_recovery-2cb8782091ca3a390342ae169aebc43d7651a63a.tar.gz
android_bootable_recovery-2cb8782091ca3a390342ae169aebc43d7651a63a.tar.bz2
android_bootable_recovery-2cb8782091ca3a390342ae169aebc43d7651a63a.tar.lz
android_bootable_recovery-2cb8782091ca3a390342ae169aebc43d7651a63a.tar.xz
android_bootable_recovery-2cb8782091ca3a390342ae169aebc43d7651a63a.tar.zst
android_bootable_recovery-2cb8782091ca3a390342ae169aebc43d7651a63a.zip
-rw-r--r--updater/Android.bp2
1 files changed, 2 insertions, 0 deletions
diff --git a/updater/Android.bp b/updater/Android.bp
index b279068a8..2a06d3278 100644
--- a/updater/Android.bp
+++ b/updater/Android.bp
@@ -44,6 +44,8 @@ cc_defaults {
"libcrypto",
"libcrypto_utils",
"libcutils",
+ "libcgrouprc",
+ "libcgrouprc_format",
"libutils",
],
}